Exclude pyc files In some scenarios, __pycache__/**/*.pyc files might exist and get included into the filegroup. Change-Id: I7614849cf8952c32a6c2a42ef828d7b0455d3289 
diff --git a/BUILD b/BUILD index 94f9b48..ea1f85f 100644 --- a/BUILD +++ b/BUILD 
@@ -16,6 +16,7 @@  "x64/DLLs/**",  ],  exclude = [ + "x86/**/*.pyc",  "x64/Lib/test/**",  "x64/Lib/unittest/**",  "x64/Lib/config/**",